Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cut RNTuple allocation by 40% #281

Merged
merged 3 commits into from
Oct 10, 2023
Merged

cut RNTuple allocation by 40% #281

merged 3 commits into from
Oct 10, 2023

Conversation

Moelf
Copy link
Member

@Moelf Moelf commented Oct 10, 2023

Before

julia> @time main(df);
  3.259289 seconds (73.35 k allocations: 1.684 GiB, 3.64% gc time)

After:

julia> @time main(df);
  3.098389 seconds (48.93 k allocations: 960.076 MiB, 0.04% gc time)

@Moelf Moelf changed the title cut RNTuple allocation by half cut RNTuple allocation by 40% Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
src/RNTuple/bootstrap.jl 96.00% <100.00%> (+0.34%) ⬆️
src/RNTuple/footer.jl 97.26% <100.00%> (+0.29%) ⬆️

📢 Thoughts on this report? Let us know!.

@Moelf Moelf merged commit 582bd89 into main Oct 10, 2023
8 of 9 checks passed
@Moelf Moelf deleted the reduce_rntuple_allocation branch October 10, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant